home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 32
/
PC Gamer IT CD 32 2-2.iso
/
drivers
/
videodrv
/
cyrrus
/
CL5446.140
/
FIX440
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-04-05
|
714b
|
36 lines
@echo off
cls
if not a%1 == a goto init1
echo SYNTAX:
echo INSTALL X:
echo X --- Your cd drive
rem
echo Example:
echo INSTALL D:
goto end
:init1
if not exist c:\autoexec.bat goto init2
copy/b c:\autoexec.bat+%1\cl5446.140\fix440\add.txt c:\autoexec.bat > nul
:init2
if not exist c:\autoexec.w40 goto init3
copy/b c:\autoexec.w40+%1\cl5446.140\fix440\add.txt c:\autoexec.w40 > nul
:init3
if not exist c:\autoexec.dos goto init4
copy/b c:\autoexec.dos+%1\cl5446.140\fix440\add.txt c:\autoexec.dos > nul
:init4
if exist c:\5446fix\440fix.exe goto init5
md c:\5446fix > nul
:init5
copy %1\cl5446.140\fix440\440fix.exe c:\5446fix > nul
echo Install OK...
:end
echo on